projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79fc530
)
(gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Mar 2009 12:40:39 +0000
(12:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Mar 2009 12:40:39 +0000
(12:40 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index c4025218991535511a2fc404e53108ba2771ab87..3e94f0fc6c16b4a862ab80faae615da0296258f1 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-106,7
+106,7
@@
int gdb_use_union = 1;
#endif
EMACS_INT gdb_valbits = VALBITS;
EMACS_INT gdb_gctypebits = GCTYPEBITS;
-#if
def DATA_SEG_BITS
+#if
defined (DATA_SEG_BITS) && ! defined (USE_LSB_TAG)
EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS;
#else
EMACS_INT gdb_data_seg_bits = 0;